crypto/tls.clientHelloMsg.compressionMethods (field)
9 uses
crypto/tls (current package)
handshake_client.go#L75: compressionMethods: []uint8{compressionNone},
handshake_messages.go#L76: compressionMethods []uint8
handshake_messages.go#L303: b.AddBytes(m.compressionMethods)
handshake_messages.go#L396: if !readUint8LengthPrefixed(&s, &m.compressionMethods) {
handshake_server.go#L182: for _, compression := range hs.clientHello.compressionMethods {
handshake_server_tls13.go#L126: if len(hs.clientHello.compressionMethods) != 1 ||
handshake_server_tls13.go#L127: hs.clientHello.compressionMethods[0] != compressionNone {
handshake_server_tls13.go#L577: !bytes.Equal(ch.compressionMethods, ch1.compressionMethods) ||
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |